Is there a static code analyzer [like Lint] for PHP files?
Posted
by eswald
on Stack Overflow
See other posts from Stack Overflow
or by eswald
Published on 2008-12-18T19:39:58Z
Indexed on
2010/06/02
6:53 UTC
Read the original article
Hit count: 109
Is there a static code analyzer for PHP files? The binary itself can check for syntax errors, but I'm looking for something that does more, like unused variable assignments, arrays that are assigned into without being initialized first, and possibly code style warnings. Open-source programs would be preferred, but we might convince the company to pay for something if it's highly recommended.
© Stack Overflow or respective owner